#banner {
    border: 0;
    /*height: 500px;*/
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
    position: relative;
}

#banner .flex-direction-nav {
    display: none;
}


#banner .flex-control-nav  {
    bottom: 25px;
}


.just {
    text-align: justify;
    text-align-last: justify;
}

.just > .junit ,
.just > .unit {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    width: 24%;
}
.just img {
    width: 100%;
    height: auto;
}
/* --------------------------- */

 
.mainw, .main-w  {
    display: block;
   width: 1200px;
   margin:  0 auto;
}


#logo-nav {
 

    width: 100%;
    z-index: 99;
    color: #333;

    background:  #ffffff;
    /*box-shadow:  0 0 5px 5px #ccc;*/
    border-bottom: 2px solid #ccc;
    position: relative;
    z-index: 9999;
    /*
    position: absolute;
    */
    background: transparent;
    
}


 
#logo-nav .mainw {
   width: 1400px;
   display: flex;
   flex-wrap:  nowrap;
   align-items: center;
   justify-content:  space-between;
   padding: 20px 0;
}



#logo-nav .mainw .nav   {
    line-height: 50px;
    flex-grow: 1;
    display: flex;
    justify-content:  space-between;
    padding:  0 20px;
    box-sizing: border-box;
}
 
#logo-nav .mainw .nav  a {
  text-align: center;
  flex-grow: 1;
  position: relative;
  font-size: 20px;
}

#logo-nav .mainw .nav  a:after {
    position: absolute;
    content:  ' ';
    background: linear-gradient( to right, #165ba6, #07bef4);
    width: 80%;
    height: 0px;
    bottom: 0;
    left: 10%;
}


#logo-nav .mainw .nav  a:hover:after 
#logo-nav .mainw .nav  a:hover:first-child { 
   
    height: 3px;
 
}




#logo-nav .mainw .tel {
    background: url(/static/zhuolin/tel.png) left center no-repeat;
    padding-left: 50px;
}


#logo-nav .mainw .tel .d {
    font-size: 32px;
    color:  #fb050b;
}

#banner .flex-control-paging li a {
    background: red;
}



/*************************************************************************/



.main-title {
    display: block;
    font-size: 30px;
    color: #222;
    margin-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
}


.main-title h3 {
    line-height: 2em;
}


.main-title p {
    max-width: 800px;
    margin:  0 auto;
    color: #666666;
}

.df {
    display: flex;
    justify-content:  space-between;
}


.df img {
    max-width: 100%;
    height:  auto;
}



#home-list {
    background: linear-gradient(to bottom,  #265c4f 70px ,  white 70px  );
    padding-top: 70px;
    position: relative;
    z-index: 2;
}
 

#home-list .con-c {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
}



#home-list .con-c  .sidebar {
    width: 300px;
    background: #fdc608;
    margin-top: -70px;
}


#home-list .con-c  .sidebar  .top-name {
    text-align: center;
    border-bottom: 1px solid #000;
    display: block;
}


#home-list .con-c  .sidebar  .top-name  h3 {
    color: #fcfcfc;
    font-size: 36px;
    padding-top: 1em;
}


#home-list .con-c  .sidebar  .top-name  p {
    font-size: 24px;
    text-transform: uppercase;
    color: white;
}



#home-list .con-c  .sidebar .text {
    margin-top: 20px;
    margin: 20px;
    background: url(/static/zhuolin/side-jx.png) left top no-repeat;
    padding-top: 46px;
    line-height: 1.4em;
}


#home-list .con-c  .sidebar .list {
    padding-left: 50px;
}


#home-list .con-c  .sidebar .list a {
    display: block;
    border-bottom: 1px solid  white;
    line-height: 2.4em;
    padding-left: 20px;
    position: relative;
        text-overflow: ellipsis;
            white-space: nowrap;
                overflow: hidden;
                    position: relative;
                        left: -18px;
}
/*
#home-list .con-c  .sidebar .list a:first-child ,
#home-list .con-c  .sidebar .list a:hover {
*/

#home-list .con-c  .sidebar a.h3 {
    background: #265c4f;
    color: white;
}


#home-list .con-c  .sidebar .list a:after {
    content:  " ";
        background: url(/static/zhuolin/dot.png) left top no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 10px;
        right: 0px;
            top: 10px;
}


#home-list .con-c  .sidebar .tel {
    margin-top: 40px;
    background: url(/static/zhuolin/s-tel.png) left top no-repeat;
    width: 278px;
    height: 72px;
    margin:  0 auto;
    position: relative;
     margin-top: 30px;
}


#home-list .con-c  .sidebar .tel  span {
    position: absolute;
    top: 30px;
    left: 65px;
    font-size: 30px;
    font-weight: bold;
    color: white;
   
}


#home-list .con-c  .list-pic {
    width: 890px;
    margin-top: 20px;
}


#home-list .con-c  .list-pic  .flex {
 display: flex;
 flex-wrap: wrap;
 justify-content:  space-between;
}

#home-list .con-c  .list-pic  .flex  a {
    width: 32%;
    margin-bottom: 20px;
}

#home-list .con-c  .list-pic  .flex  a img {
    width: 100%;
    
}

#home-list .con-c  .list-pic  .flex  a p  {
    text-align: center;
    line-height: 2em;
    border-bottom: 1px solid #333;
        text-overflow: ellipsis;
            white-space: nowrap;
                overflow: hidden;
}


#home-shili {
    background: url(/static/zhuolin/shili-bg.jpg) top center no-repeat;
    padding-top: 190px;
}

#home-shili .con-c {
    
    margin:  0 auto;
    width: 1200px;
    
    
    display: flex;
    flex-wrap: nowrap;
    justify-content:  space-between;
}


#home-shili .con-c  .img {
    width: 724px;
}

#home-shili .con-c  .img  img {
    width: 100%;
}

#home-shili .con-c  .info {
    width: calc(1200px - 724px);
    background: #fdc608;
   flex-grow: 1;
   padding: 20px 20px 20px;
   box-sizing: border-box; 
   color: #000;
}
#home-shili .con-c .clear {
    clear: both;
      margin-top: 50px;
      overflow: hidden;
}

#home-shili .con-c .name {
  
    width: 244px;
    background: #265c4f;
    color: white;
    padding-top: 30px;
    float: right;
    padding-left: 40px;
    padding-bottom: 10px;
}


#home-shili .con-c .name  h3 {
    font-size: 32px;
}

#home-shili .con-c .name p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 2em;
}



#home-shili .con-c  .desc {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
}


#home-shili .con-c  .desc a {
    display: inline-block;
    background: white;
       box-shadow: inset 0px 1px 5px 5px #ccc;
       padding: 5px 15px;
       border-radius: 10px;
       float: right;
}



#home-shili .con-c  .four {
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
    padding-left: 30px;
    width: 420px;
}


#home-shili .con-c  .four a {
    width: 48%;
    margin-top: 30px;
    padding-left:60px;
    box-sizing: border-box;
}

#home-shili .con-c  .four a:nth-child(1) {
    background: url(/static/zhuolin/four-1.png) left center no-repeat;
}

#home-shili .con-c  .four a:nth-child(2) {
    background: url(/static/zhuolin/four-2.png) left center no-repeat;
}

#home-shili .con-c  .four a:nth-child(3) {
    background: url(/static/zhuolin/four-3.png) left center no-repeat;
}

#home-shili .con-c  .four a:nth-child(4) {
    background: url(/static/zhuolin/four-4.png) left center no-repeat;
}


#home-shili .con-c  .four a h3 {
    font-weight: normal;
}

#home-shili .con-c  .four  a p {
    color: #345a9f;
}


.m-title {
    display: block;
    text-align: center;
}

.m-title  h3 {
    font-size: 32px;
}

.m-title  p {
    text-transform:  uppercase;
}


#home-case {
    margin-top: 40px;
}




#home-case .con-c {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
    width: 1200px;
    margin:  0 auto;
}

#home-case .con-c a {
    width: 32%;
    display: flex;
    justify-content:  space-between;
    margin-bottom: 30px;
}


#home-case .con-c a p {
    padding: 10px;
        background: #265c4f;
    color: white;
    width: 30px;
        text-align: center;

            line-height: 1;
}

#home-case .con-c a  img {
    flex-grow: 1;
    max-width: 100%;
    height: 300px;

}

#home-case .con-c a:hover p {
    background: #ffcc00;
    color: black;
}





#home-news {
    background: url(/static/zhuolin/nbg.jpg) top center no-repeat;
    padding-top: 40px;
}


#home-news  .m-title {
    color: white;
}




#home-news .con-c {
    width: 1200px;
    margin:  0 auto;

}


#home-news .con-c  .pics {
    display: flex;
    justify-content:  space-between;
    margin-top: 30px;
}


#home-news .con-c  .pics a {
    width: 30%;
    background: #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
}

#home-news .con-c  .pics a img {
    width: 100%;
}
 
#home-news .con-c  .pics a h3 {
    line-height: 2.4em;
    font-size: 16px;
}
#home-news .con-c  .pics a  p {
    line-height: 1.4em;
}

#home-news .con-c  .pics a .meta {
    margin-top: 10px;
    display: flex;
    justify-content:  space-between;
    align-items: center;
}

#home-news .con-c  .pics a .meta .more {
    display: inline-block;
   background: white;
   padding: 5px 20px;
}



#home-news .con-c  .texts {
    display: flex;
    flex-wrap: nowrap;
    justify-content:  space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

#home-news .con-c  .texts  > * {
    width: 47%;
    
}


#home-news .con-c  .texts  a {
    display: flex;
    flex-wrap: nowrap;
    justify-content:  space-between;
    line-height: 2.6em;
}
#home-news .con-c  .texts  a  .text {
    padding-left: 20px;
    background: url(/static/zhuolin/n-1.png) left center no-repeat;
}


#home-news .con-c  .texts  a  .ymd {
    padding-left: 20px;
    background: url(/static/zhuolin/n-2.png) left center no-repeat;
}
















/*************************************************************************/
#home-cases  .links {
    border: 1px solid #ccc;
    padding: 5px;
    background: url(/static/zhuolin/links.png) left .5em center no-repeat;
    padding-left: 160px;
    min-height: 60px;
    margin-top: 2em;
}



























































#links {
    background: #fdf3ea;
    padding: 10px 0;
}
#links a {
    display: inline-block;
    padding:  10px 0;
}

#home-links  .mainw{
    background: url(/static/zhuolin/links.png) no-repeat left top;
    padding-left: 100px;
    box-sizing: border-box;
    min-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
   
}





 




#footer {
 
    background: #265c4f;
    color: white;
}

#footer > .mainw {
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    padding-top: 30px;
}

#footer > .mainw .logo-top {
    width: 240px;
             background: url(/static/zhuolin/flogo.png) top 40px center  no-repeat;
}


#footer > .mainw .logo-top a {
    width: 100%;
    line-height: 2.2em;
    text-align: center;
    background: #f1761b;
    display: block;
}

#footer > .mainw .nav-info {
   width: 674px; 
}

#footer > .mainw .nav-info .nav {
    display: flex;
    justify-content:  space-around;
    margin-bottom: 20px;
}

#footer > .mainw .nav-info table {
    width: 100%;
    line-height: 2em;
}

#footer > .mainw .ewm {
    width: 150px;
    
}

#footer .cp {
    border-top: 2px solid #026d27;
    background: #000;
    line-height: 3em;
 
    text-align: center;
    margin-top: 10px;
}

 







 
input::-webkit-input-placeholder{
    color:white;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:white;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:white;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:white;
}



textarea::-webkit-input-placeholder{
    color:white;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:white;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:white;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:white;
}
 

/*********** prolist **********/

#prolist {
    
}

#prolist .pro  {
    
}
#prolist .pro h3  {
   color: #e50012;
   font-size: 40px;
   padding-left: 70px;
background: url(/static/zhuolin/prolist-h3.png)  left 10px center no-repeat;
border-bottom: 2px solid #ccc;
padding-bottom: 20px;
}



#prolist .name-desc {
    margin: 20px 0;
}


#prolist .name-desc {
    background: #e50012;
    border-radius: 10px;
    height: 120px;
}

#prolist .name-desc  .name {
    height: 100%;
    margin-left: 10px; 
      border-radius: 10px;
      display: inline-block;
      width: 260px;
      height: 100%;
      background: black url(/static/zhuolin/prolist-h3l.png) right 10px center no-repeat;
}
#prolist .name-desc  .name .con {
    line-height: 120px;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}


#prolist .name-desc  .text {
    width: 930px;
    float: right;
    height:  120px;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.7em;
        font-size: 20px;
}
 

#prolist .pro-jswd {
    
}


#prolist .pro-jswd .unit  {
    width: 48%;
    text-align: left;
    text-align-last: left;
    position: relative;
}

#prolist .pro-jswd .unit   h3 {
    padding-left: 40px;
     background:  url(/static/zhuolin/prolist-news-h3.png) no-repeat left 0 center;
         width: 240px;
             overflow: hidden;
                 text-overflow: ellipsis;
                     white-space: nowrap;
}

#prolist .pro-jswd .unit   p {
    padding-left: 40px;
     background:  url(/static/zhuolin/prolist-news-p.png) no-repeat left 0 center;
     line-height: 1.3em;
     margin-top: 10px;
}

#prolist .pro-jswd .unit  span {
    position: absolute;
    top: 5px;
    right: 5px;
    
}


#prolist  .pro-case {
    
}

#prolist  .pro-case .unit {
    width: 32.4%;
    background: red;
}

 #prolist   .just > .unit  > img {
    width: 100%;
    height:  auto;
}


#prolist  .pro-case .unit  h3 {
    line-height: 2.5em;
    color: white;
}
 

#prolist  .pro-case .unit   p {
     line-height: 2.5em;
    color: white;
}


#prolist  .pro-news-video {
  
}

#prolist  .pro-news-video .news  {
    width: 48%;
    float: left;
    display:  inline-block;
}


#prolist  .pro-news-video .news h2 {
    font-size: 30px;
    padding-left: 50px;
    line-height: 50px;
      background:  url(/static/zhuolin/prolist-newss.png) no-repeat left 0 center;
}


#prolist  .pro-news-video .news  .con a {
    display: inline-block;
    position: relative;
    height: 120px;
}

#prolist  .pro-news-video .news  .con a img {
    display: inline-block;
    width: 220px;
    height:  110px;
    margin-right: 20px;
}

#prolist  .pro-news-video .news  .con  .info {
    display: inline-block;
    float: right;
    width: 320px;
}

#prolist  .pro-news-video .news  .con  .info h3 { 

    overflow: hidden;
        text-overflow: ellipsis;
            white-space: nowrap;

}


#prolist  .pro-news-video .news  .con  .info p {
    line-height: 1.3em;
    padding-top: 10px;
}

#prolist  .pro-news-video .news  .con  .info span {
    position: absolute;
    right: 0;
    bottom:  29px;
    width: 160px;
   background:  url(/static/zhuolin/prolist-time.png) no-repeat left 0 center;
   padding-left: 30px;
   line-height: 2em;
}

#prolist  .pro-news-video .video  {
    width: 48%;
    float: right;
    display:  inline-block;
}

#prolist  .pro-news-video .video  h2 {
   font-size: 30px;
    padding-left: 70px;
    line-height: 50px;
      background:  url(/static/zhuolin/prolist-videoo.png) no-repeat left 0 center;
    
}


#prolist  .pro-news-video .video .unit {
    width: 48%;
}


/****** block ** ***/


.kuai-text {
    
}


.kuai-text {
    
}


.kuai-text h3 , .kuai-pic h3 {
    line-height: 2em;
    margin:  10px 0;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.kuai-text  .text  {
    text-align: justify;
    text-align-last: justify;
}

.kuai-text  .text   a.unit {
    display: inline-block;
   border: 1px #ccc dotted;
   padding: 1em;
   box-sizing: border-box;
   margin-bottom: 10px;
   position: relative;
   width: 48%;
    text-align: left;
    text-align-last: left;
       
}

.kuai-text  .text   a.unit  h3 {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
       padding-left: 40px;
      background: url(/static/zhuolin/news-h3.png)  left center no-repeat ;  
}


.kuai-text  .text  a.unit span {
    position: absolute;
    right: 5px;
    bottom: 20px;
    padding-left: 40px;
      background: url(/static/zhuolin/news-time.png)  left center no-repeat;  
}


/******************/
#inner-classify {
    
}

#inner-classify .unit {
    overflow: hidden;
    margin-bottom: 40px;
}

#inner-classify .unit .title {
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 40px;
}

#inner-classify .unit .title .name {
    
    line-height: 40px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid red;
    position: absolute;
    left: 0;
    top: 0;
  
}
#inner-classify .unit .title .name  i {
    font-size: 25px;  
    color:  #12288b;
    display: inline-block;
    padding-right: 10px;
}


#inner-classify .unit .title  .more {
    float: right;
    color: #c41212;
    padding: 7px 20px;
    border: 1px solid #ccc;
}

 

#inner-classify .unit  .con {
    margin-top: 20px;
}

#inner-classify .unit  .con .tu {
    float: left;
     width: 286px;
    height: 254px;
    position: relative;
    color: white;
    text-align: center;
}
#inner-classify .unit  .con .tu  img {
      width: 286px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


#inner-classify .unit  .con .tu  .name {
    margin-top: 80px;
    font-size: 24px;
    
}
#inner-classify .unit  .con .tu  .desc {
    margin-top: 20px;
    font-size: 20px;
    
}

#inner-classify .unit  .con ul {
    float: right;
   width: 870px;
}


#inner-classify .unit  .con ul li {
    padding-left: 20px;
    float: left;
    width: 267px;
    height: 250px;
}

#inner-classify .unit  .con ul li  a {
    display: block;
    width: 100%;
        color: #666;
}

#inner-classify .unit  .con ul li img {
   width: 100%;
   height: 200px;
    height: 200px;
}

#inner-classify .unit  .con ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}






/*************/



h1 {
    text-align: center;
    margin:  30px 0;
    font-weight: bold;
    font-size: 32px;
}

.last-con {
    line-height: 1.7em;
    font-size: 16px;
}

.last-con .more-info {
     text-align: center;
     border-top: 1px solid #ccc;
}


.last-con .desc {
    width: 960px;
    margin:  0 auto;
    padding: 10px;
    line-height: 2;
    background: #ccc;
    margin: 30px auto;
}

.last-con .desc span {
    color: red;
    
}


#last-proinfo  {
    
}

#last-proinfo   {
    
}
#last-proinfo  h1 {
    margin-top: 0;
}


#last-proinfo  .top   {
    margin:  30px auto;
}

#last-proinfo  .top  .img {
    width: 600px;
    height: 400px;
    display: inline-block;
}

#last-proinfo  .top  .desc {
    width: 550px;
    float: right;
    background: white;
    margin:  0;
}


#last-proinfo  .lianxi {
    
}

#last-proinfo  .lianxi .unit {
    width: 45%;
    background: red;
    color: white;
}


#last-proinfo .xiangqing {
    line-height: 3;
    background: #eeeeee;
    
}


#last-proinfo .xiangqing span {
   background: red;
   color: white;
   width: 100px;
   text-align: center;
   display: inline-block;
   font-weight: bold;
}


.kuai-pic .just p {
    font-size: 18px;
    font-weight: 800;
}
